C++ HTML Table Generator

Problem Statement

Write a program in C++ that performs the following tasks: - Ask user for number of rows and columns.
- Get data for each cell.
- Generate an HTML table.
- Save the output file.

Demo

View Demonstration

Code File

Code Report (PDF)

Sample Output

Sample Output